window: Emit a11y signals directly on popover added/removed
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 10 Mar 2014 11:27:50 +0000 (12:27 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 10 Mar 2014 22:02:06 +0000 (23:02 +0100)
commit168e4faf508cdded8227d633152657fa663b3a96
tree27a2ab263d8218a4571049ace7687ded3addc440
parentd4d6968e1a7db86c12089ca0056e4d492d647e75
window: Emit a11y signals directly on popover added/removed

As those are internal children, there's no signal that GtkWindowAccessible
could catch when those are added or removed, so make GtkWindow use the private
GtkContainerAccessible methods to add/remove the child accessible when that
happens.

https://bugzilla.gnome.org/show_bug.cgi?id=725864
gtk/gtkwindow.c